diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-03 07:00:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-03-03 07:00:48 +0000 |
| commit | d92776d66ba7231fd191f2c678b45d0b3316cc65 (patch) | |
| tree | c3738e590c1d0d2be4b8b3f65c59af27abfd4d4f /dev-python/configshell-fb | |
| parent | 7f23fad1475b2ea2c45af1ff2b66c80a6b32fcde (diff) | |
| download | baldeagleos-repo-d92776d66ba7231fd191f2c678b45d0b3316cc65.tar.gz baldeagleos-repo-d92776d66ba7231fd191f2c678b45d0b3316cc65.tar.xz baldeagleos-repo-d92776d66ba7231fd191f2c678b45d0b3316cc65.zip | |
Adding metadata
Diffstat (limited to 'dev-python/configshell-fb')
| -rw-r--r-- | dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild (renamed from dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild index 23e24466800d..4330dae82274 100644 --- a/dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild +++ b/dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild @@ -39,6 +39,14 @@ PATCHES=( "${DISTDIR}/${P}-replace-getargspec-2.patch" ) +src_prepare() { + distutils-r1_src_prepare + + # We can relax pyparsing version restriction, + # see https://github.com/open-iscsi/configshell-fb/pull/69 + sed -i '/pyparsing/s:,<3.0::' setup.py || die +} + python_test() { "${EPYTHON}" examples/myshell || die "Test failed with ${EPYTHON}" } |
