mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add check for package compatibility
This commit is contained in:
@@ -4,6 +4,7 @@ class Uwsgi < Package
|
||||
description 'uWSGI application server container'
|
||||
homepage 'https://uwsgi-docs.readthedocs.io/en/latest/'
|
||||
version '2.0.17'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/unbit/uwsgi/archive/2.0.17.tar.gz'
|
||||
source_sha256 '3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2'
|
||||
|
||||
@@ -12,7 +13,6 @@ class Uwsgi < Package
|
||||
binary_sha256 ({
|
||||
})
|
||||
|
||||
depends_on 'python27'
|
||||
depends_on 'pcre'
|
||||
|
||||
def self.build
|
||||
|
||||
Reference in New Issue
Block a user