diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-12-07 16:44:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-12-07 16:44:19 +0300 |
commit | 2f2ce33d0e39d9423d18f9a4766d883a004ce97b (patch) | |
tree | 1cfebfd99ebf6fdaba712a260a55def00bbe42a7 /packages/dev-python | |
parent | 4a9842011b17837ec7358d57555dbf1e0ee511cf (diff) |
targetcli-fb: fix deps
Diffstat (limited to 'packages/dev-python')
4 files changed, 42 insertions, 0 deletions
diff --git a/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 new file mode 100644 index 0000000..4a3dbce --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> +# Distributed under the terms of the GNU General Public License v2 + +require configshell-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/configshell-fb/configshell-fb.exlib b/packages/dev-python/configshell-fb/configshell-fb.exlib new file mode 100644 index 0000000..e043245 --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python library for building configuration shells" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 new file mode 100644 index 0000000..e7a1487 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> +# Distributed under the terms of the GNU General Public License v2 + +require rtslib-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb.exlib b/packages/dev-python/rtslib-fb/rtslib-fb.exlib new file mode 100644 index 0000000..4f0e379 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python object API for managing the Linux LIO kernel target" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + |