python3.pkgs.rsa: 4.0 -> 4.1
keep python2 at 4.0
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, mock
|
||||
, isPy3k
|
||||
, pythonOlder
|
||||
, poetry
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -24,6 +25,9 @@ buildPythonPackage rec {
|
||||
substituteInPlace setup.py --replace "open('README.md')" "open('README.md',encoding='utf-8')"
|
||||
'';
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://stuvel.eu/rsa";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user