python310Packages.pycfdns: Substitute illegal version specifier
Casualty of setuptools improved validation.
This commit is contained in:
parent
e6cf95cc62
commit
27ae3a1016
@ -17,6 +17,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-f6kxYX/dg16OWYpw29dH4Z26ncLZCYyHKGc4fzoCld0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'version="master",' 'version="${version}",'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
async-timeout
|
||||
|
Loading…
Reference in New Issue
Block a user