python313Packages.aiomisc: remove disabled
This commit is contained in:
committed by
Fabian Affolter
parent
0c67ffef1a
commit
f12dd4eda3
@@ -12,11 +12,9 @@
|
||||
logging-journald,
|
||||
poetry-core,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
raven,
|
||||
rich,
|
||||
setproctitle,
|
||||
typing-extensions,
|
||||
uvloop,
|
||||
}:
|
||||
|
||||
@@ -25,8 +23,6 @@ buildPythonPackage rec {
|
||||
version = "17.9.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-qZcoKRXbBbRY2cTY2bTFTk+IpqJ5Pe+szfA76G7kJ+Q=";
|
||||
@@ -37,7 +33,6 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
colorlog
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.11") [ typing-extensions ]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ logging-journald ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user