python3Packages.solo-python: remove superfluous disabled
This commit is contained in:
@@ -17,20 +17,18 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "solo-python";
|
||||
version = "0.1.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "solokeys";
|
||||
repo = "solo-python";
|
||||
rev = version;
|
||||
tag = version;
|
||||
hash = "sha256-XVPYr7JwxeZfZ68+vQ7a7MNiAfJ2bvMbM3R1ryVJ+OU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit ];
|
||||
build-system = [ flit ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
click
|
||||
cryptography
|
||||
ecdsa
|
||||
|
||||
@@ -17614,9 +17614,7 @@ self: super: with self; {
|
||||
|
||||
solidpython2 = callPackage ../development/python-modules/solidpython2 { };
|
||||
|
||||
solo-python = disabledIf (!pythonAtLeast "3.6") (
|
||||
callPackage ../development/python-modules/solo-python { }
|
||||
);
|
||||
solo-python = callPackage ../development/python-modules/solo-python { };
|
||||
|
||||
somajo = callPackage ../development/python-modules/somajo { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user