diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-30 00:46:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-30 00:46:08 +0000 |
| commit | d2d6ba59ec72359cec5fa31bbd48355dddaa7f74 (patch) | |
| tree | a1b3a21bcc9aa8a396f58219fb4dac1080ba8093 /dev-python/pytest-httpserver | |
| parent | 592fbb5d52993361de4fc6aa46d50d38f1e60679 (diff) | |
| download | baldeagleos-repo-d2d6ba59ec72359cec5fa31bbd48355dddaa7f74.tar.gz baldeagleos-repo-d2d6ba59ec72359cec5fa31bbd48355dddaa7f74.tar.xz baldeagleos-repo-d2d6ba59ec72359cec5fa31bbd48355dddaa7f74.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-httpserver')
| -rw-r--r-- | dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild (renamed from dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r1.ebuild b/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild index b5022ceeb7de..06c8d12b34cc 100644 --- a/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r1.ebuild +++ b/dev-python/pytest-httpserver/pytest-httpserver-1.0.4-r2.ebuild @@ -26,7 +26,7 @@ BDEPEND=" distutils_enable_tests pytest python_prepare_all() { - sed -i -e '/tests\//d' pyproject.toml || die + sed -i -e '/^include = \[/,/\]/d' pyproject.toml || die distutils-r1_python_prepare_all } |
