1
0

build: relax dnspython version bound

The <2.1 pin had been put there as dnspython 2.1 added "poetry" as a build time dep,
which pulled in a significant number of transitive dependencies, and it was also
causing issues with our appimage build.

dnspython 2.2.0 was released since, which no longer needs full poetry, only "poetry-core":
da279dec7e

related https://github.com/spesmilo/electrum/issues/7361
This commit is contained in:
SomberNight
2022-01-20 14:22:30 +01:00
parent 1705c1999a
commit d9b55ae5c8
2 changed files with 4 additions and 4 deletions

View File

@@ -10,4 +10,4 @@ attrs>=19.2.0
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
# but as that is not pure-python it cannot be listed in this file!
dnspython>=2.0,<2.1
dnspython>=2.0