diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-11 14:40:39 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-11 14:40:39 -0400 |
commit | 773aa0a6f01a33bf84e88cce10160f547ae1077b (patch) | |
tree | d8364cfd241a5020b374480fc8ce6c85c822d560 /waterfox | |
parent | waterfox 2020.07.2 rc1 (diff) | |
download | stackrpms-773aa0a6f01a33bf84e88cce10160f547ae1077b.tar.gz stackrpms-773aa0a6f01a33bf84e88cce10160f547ae1077b.tar.bz2 stackrpms-773aa0a6f01a33bf84e88cce10160f547ae1077b.zip |
remove python-minimal hardcoded build-dep
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control index 8f9ed42..a55d956 100644 --- a/waterfox/debian/control +++ b/waterfox/debian/control @@ -35,7 +35,6 @@ Build-Depends: debhelper (>= 12), locales, lsb-release, python2 (>= 2.7.18-2~) | python (>= 2.7), - python-minimal (>= 2.6.6-13~), python-ply, rustc (>= 1.34), unzip, @@ -45,6 +44,7 @@ Build-Depends: debhelper (>= 12), yasm (>= 1.1), zip, zlib1g-dev +# disabled for testing python-minimal (>= 2.6.6-13~), Standards-Version: 3.9.7 Homepage: https://www.waterfox.net/ # libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev |