Don’t generate BuildRequires on twine

This commit is contained in:
Benjamin A. Beasley 2021-12-23 09:37:27 -05:00
commit f0ab838f83

View file

@ -62,7 +62,10 @@ sed -r -i 's/[-]-cov[^[:blank:]]*[[:blank:]][^[[:blank:]]+//g' tox.ini
# We dont have python3dist(pandoc) packaged, and besides, we dont actually
# need python3dist(pandoc)—only the pandoc command-line tool, which we have
# manually BRd.
sed -r '/^(flake8|pytest-cov|pandoc|coverage|coveralls)\b/d' \
#
# Dont 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 dont need shebangs in the examples. The pattern of selecting files