summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-17 12:01:09 +0000
committerGitHub <noreply@github.com>2024-05-17 12:01:09 +0000
commit6506918b886bfa5330ff6762d5284e48d109cf8e (patch)
tree325dd88b96850105f5e799739ffd209f7f4fa5c0 /pkgs/development/python-modules/httpserver
parent9f82fefa4d6ebdeb0d91da1624b4657a9c398c73 (diff)
parent704511c072028e6a3de12a4b740b6a094f8fde5c (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
-rw-r--r--pkgs/development/python-modules/httpserver/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/httpserver/default.nix b/pkgs/development/python-modules/httpserver/default.nix
index 6d1374075886..59530ab5a704 100644
--- a/pkgs/development/python-modules/httpserver/default.nix
+++ b/pkgs/development/python-modules/httpserver/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchPypi, buildPythonPackage, docopt, pythonOlder }:
+{ lib, fetchPypi, buildPythonPackage, docopt }:
buildPythonPackage rec {
pname = "httpserver";
@@ -11,9 +11,6 @@ buildPythonPackage rec {
# drivers.
doCheck = false;
- # Because it uses asyncio
- disabled = pythonOlder "3.4";
-
src = fetchPypi {
inherit pname version;
sha256 = "1q62g324dvb0hqdwwrnj41sqr4d3ly78v9nc26rz1whj4pwdmhsv";