diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2acd330e42f3532a1bc197fb4d5661952f0bd666..a8a647df013f2bdf71457284a81b2c2a57c18f1a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -107,6 +107,7 @@ python3Packages = pkgs.python310Packages;
};
portolan = callPackage ./development/python-modules/portolan { };
pyarrow_ops = callPackage ./development/python-modules/pyarrow_ops { };
pymbtiles = callPackage ./development/python-modules/pymbtiles { };
pytest-docker-fixtures = callPackage ./development/python-modules/pytest-docker-fixtures { };
pytest-mp = callPackage ./development/python-modules/pytest-mp { };
diff --git a/pkgs/development/python-modules/pycouchdb/default.nix b/pkgs/development/python-modules/pycouchdb/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..f8bee3c35bcb0ea642d2fd67895c08cac6204ae6
--- /dev/null
+++ b/pkgs/development/python-modules/pycouchdb/default.nix
@@ -0,0 +1,46 @@
+{
+}:
+python3Packages.buildPythonPackage rec {
--replace-fail "poetry.masonry" "poetry.core.masonry" \
--replace-fail "poetry>=" "poetry-core>="
+}
application/octet-stream
This content has been proxied by September (3851b).