clean up packaging wrt cortexlab that has now gone
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 14 Apr 2015 07:09:02 +0000 (09:09 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 14 Apr 2015 07:09:02 +0000 (09:09 +0200)
debian/control
debian/sfa-cortexlab.install [deleted file]
setup.py
sfa.spec

index 43b92dd..ffe9003 100644 (file)
@@ -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 (file)
index e4d2e2d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib*/python*/dist-packages/sfa/cortexlab
index 15ccf58..3098a5c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,6 @@ packages = [
     'sfa/openstack',
     'sfa/federica',
     'sfa/iotlab',
-    'sfa/cortexlab',
     'sfatables',
     'sfatables/commands',
     'sfatables/processors',
index 9275542..71e9642 100644 (file)
--- 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