1
0
Fork 0

refresh-requirements: Exclude both hyphen and underscore from 'pkg-resources'

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2021-10-20 00:15:51 +03:00
parent 283cca5e40
commit 26c8f4d15f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
EXCLUDE_REGEXP="^\\(pkg-resources\\|satnogs-db\\)"
EXCLUDE_REGEXP="^\\(pkg[-_]resources\\|satnogs-db\\)"
COMPATIBLE_REGEXP="^\\(satnogs-decoders\\)"
VIRTUALENV_DIR=$(mktemp -d)
PIP_COMMAND="$VIRTUALENV_DIR/bin/pip"