From: Thierry Parmentelat Date: Tue, 14 Apr 2015 07:09:02 +0000 (+0200) Subject: clean up packaging wrt cortexlab that has now gone X-Git-Tag: sfa-3.1-15~14 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=1401aaebffc6b1fdac213ede293dc60d81c65496 clean up packaging wrt cortexlab that has now gone --- diff --git a/debian/control b/debian/control index 43b92ddd..ffe90032 100644 --- a/debian/control +++ b/debian/control @@ -46,11 +46,6 @@ Architecture: any Depends: sfa-common, python-passlib, python-ldap Description: the SFA layer around IotLab -Package: sfa-cortexlab -Architecture: any -Depends: sfa-common, python-passlib, python-ldap -Description: the SFA layer around CortexLab - Package: sfa-dummy Architecture: any Depends: sfa-common diff --git a/debian/sfa-cortexlab.install b/debian/sfa-cortexlab.install deleted file mode 100644 index e4d2e2d9..00000000 --- a/debian/sfa-cortexlab.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib*/python*/dist-packages/sfa/cortexlab diff --git a/setup.py b/setup.py index 15ccf587..3098a5c5 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,6 @@ packages = [ 'sfa/openstack', 'sfa/federica', 'sfa/iotlab', - 'sfa/cortexlab', 'sfatables', 'sfatables/commands', 'sfatables/processors', diff --git a/sfa.spec b/sfa.spec index 92755422..71e96428 100644 --- a/sfa.spec +++ b/sfa.spec @@ -84,11 +84,6 @@ Summary: the SFA layer around IotLab Group: Applications/System Requires: sfa -%package cortexlab -Summary: the SFA layer around CortexLab -Group: Applications/System -Requires: sfa - %package dummy Summary: the SFA layer around a Dummy Testbed Group: Applications/System @@ -132,9 +127,6 @@ The SFA driver for NITOS. %description iotlab The SFA driver for IotLab. -%description cortexlab -The SFA driver for CortexLab. - %description dummy The SFA driver for a Dummy Testbed. @@ -223,9 +215,6 @@ rm -rf $RPM_BUILD_ROOT %files iotlab %{python_sitelib}/sfa/iotlab -%files cortexlab -%{python_sitelib}/sfa/cortexlab - %files dummy %{python_sitelib}/sfa/dummy