[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-django: Specify CPE name.
From: |
Marius Bakke |
Subject: |
01/01: gnu: python-django: Specify CPE name. |
Date: |
Tue, 4 Apr 2017 12:32:15 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 33b2520175feec6d9bea8f3b1063ac440f2aafbf
Author: Marius Bakke <address@hidden>
Date: Tue Apr 4 18:30:52 2017 +0200
gnu: python-django: Specify CPE name.
* gnu/packages/django.scm (python-django, python2-django)[properties]: Add
"cpe-name".
---
gnu/packages/django.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 92109b9..805dca6 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -80,7 +80,8 @@ development and clean, pragmatic design. It provides many
tools for building
any Web site. Django focuses on automating as much as possible and adhering
to the @dfn{don't repeat yourself} (DRY) principle.")
(license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-django))))))
+ (properties `((python2-variant . ,(delay python2-django))
+ (cpe-name . "django")))))
(define-public python2-django
(let ((base (package-with-python2 (strip-python2-variant python-django))))