mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
python3Packaegs.hass-nabucasa: relax attrs dependency
ERROR: Could not find a version that satisfies the requirement attrs<20.3,>=19.3 (from hass-nabucasa)
This commit is contained in:
parent
4eb94d0ca1
commit
c76f365c0d
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
sed -i 's/"acme.*"/"acme"/' setup.py
|
||||
sed -i 's/"attrs.*"/"attrs"/' setup.py
|
||||
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user