Don’t generate BuildRequires on twine
This commit is contained in:
parent
3b6e91247e
commit
f0ab838f83
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ sed -r -i 's/[-]-cov[^[:blank:]]*[[:blank:]][^[[:blank:]]+//g' tox.ini
|
|||
# We don’t have python3dist(pandoc) packaged, and besides, we don’t actually
|
||||
# need python3dist(pandoc)—only the pandoc command-line tool, which we have
|
||||
# manually BR’d.
|
||||
sed -r '/^(flake8|pytest-cov|pandoc|coverage|coveralls)\b/d' \
|
||||
#
|
||||
# Don’t generate twine dependency, which is just for the upstream maintainer
|
||||
# uploading to PyPI.
|
||||
sed -r '/^(flake8|pytest-cov|pandoc|coverage|coveralls|twine)\b/d' \
|
||||
requirements-dev.txt > requirements-dev-filtered.txt
|
||||
|
||||
# We don’t need shebangs in the examples. The pattern of selecting files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue