Unverified Commit 52cc4096 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #286205 from makefu/devpi-server/fix

devpi-server: add py as runtime dep, post-instal test to ensure execu…
parents 4cfd2552 14ba13d9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
, strictyaml
, waitress
, webtest
, testers
, devpi-server
}:


@@ -64,6 +66,7 @@ buildPythonApplication rec {
    setuptools
    strictyaml
    waitress
    py
  ] ++ passlib.optional-dependencies.argon2;

  nativeCheckInputs = [
@@ -103,6 +106,10 @@ buildPythonApplication rec {
    "devpi_server"
  ];

  passthru.tests.version = testers.testVersion {
    package = devpi-server;
  };

  meta = with lib;{
    homepage = "http://doc.devpi.net";
    description = "Github-style pypi index server and packaging meta tool";