Merge pull request #122579 from fabaff/bump-aioasuswrt
python3Packages.aioasuswrt: 1.3.3 -> 1.3.4
This commit is contained in:
commit
5d73448944
|
@ -9,18 +9,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioasuswrt";
|
pname = "aioasuswrt";
|
||||||
version = "1.3.3";
|
version = "1.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kennedyshead";
|
owner = "kennedyshead";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "V${version}";
|
rev = version;
|
||||||
sha256 = "1h1qwc7szgrcwiz4q6x4mlf26is20lj1ds5rcb9i611j26656v6d";
|
sha256 = "101d76zarvilzfmcy8n3bjqzyars8hsjzr0zc80d4rngv4vhrki1";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace "cryptography==3.3.2" "cryptography"
|
|
||||||
substituteInPlace setup.cfg \
|
substituteInPlace setup.cfg \
|
||||||
--replace "--cov-report html" "" \
|
--replace "--cov-report html" "" \
|
||||||
--replace "--cov-report term-missing" ""
|
--replace "--cov-report term-missing" ""
|
||||||
|
|
Loading…
Reference in New Issue